home *** CD-ROM | disk | FTP | other *** search
- ; Outline+Shadow - 75 Script
- OT 1 ;Set Outline Thickness to OT
- magx 7 ;Destination raster is n1 dots wider than original.
- magy 5 ;Destination raster is n2 dots wider than original.
- AR ;Allocate raster (required before GT and D, below).
- ; draw diagnal representations of the character from 0,0 to 8, 8
- gt 0 0
- d 1
- gt 1 0
- d 1
- gt 2 0
- d 1
- gt 1 1
- d 1
- gt 2 1
- d 1
- gt 3 1
- d 1
- gt 2 2
- d 1
- gt 3 2
- d 1
- gt 4 2
- d 1
- gt 3 3
- d 1
- gt 4 3
- d 1
- gt 5 3
- d 1
- gt 4 4
- d 1
- gt 5 4
- d 1
- gt 6 4
- d 1
- gt 5 5
- d 1
- gt 6 5
- d 1
- gt 7 5
- d 1
- gt 6 5
- d 0
-